←Select platform

IccProfileExtended Constructor(byte[])

Summary

Initializes a new IccProfileExtended with explicit parameters.

Syntax
C#
VB
C++
public IccProfileExtended( 
   byte[] data 
) 
  
Public Function New( _ 
   ByVal data() As Byte _ 
) 
public: 
IccProfileExtended(  
   array<byte>^ data 
) 

Parameters

data
Array that contains all the ICC Profile's data.

Example

For an example, refer to ReadFromImage(String,Int32).

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly